@charset "UTF-8";
/**
 * Created by MR.whg on 2016/12/10.
 *
 * Version:  1.0.0
 *

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  color: #666;
  font-family: "Arial","Microsoft YaHei","黑体","宋体","sans-serif"; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

dl, dt, dd, ul, ol, li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: #222; }

textarea {
  overflow: auto;
  resize: none; }

a, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none; }

a:hover {
  color: #ff4f00; }

body * {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

input, textarea, select {
  outline: none;
  -webkit-appearance: none; }

p {
  word-wrap: break-word; }
 */
body {
  min-width: 1200px; }

.fl {
  float: left; }

.fr {
  float: right; }

.re {
  position: relative; }

.fixed {
  position: fixed; }

.ab {
  position: absolute; }

.w1200 {
  width: 1240px; }

/*index.htm*/
.topbar {
  background: #f1f1f1; }
  .topbar ul li h2 {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 34px;
    line-height: 32px\0;
    border: 1px solid transparent \0; }
    .topbar ul li h2 a {
      color: #666; }
    .topbar ul li h2 a:hover {
      color: #f60; }

.logo-wrap {
  padding: 20px 0; }
  .logo-wrap .logo h1 {
    float: left; }
  .logo-wrap .logo a {
    display: block; }
  .logo-wrap .logo .slogan {
    float: left;
    padding-left: 10px;
    padding-top: 10px; }
  .logo-wrap .logo .slogan p {
    font-size: 20px;
    line-height: 30px; }
  .logo-wrap .search-wrap {
    padding-top: 10px;
    padding-right: 40px; }
    .logo-wrap .search-wrap input {
      text-outline: none;
      height: 30px; }
    .logo-wrap .search-wrap .text {
      border: 1px solid #f60;
      width: 240px;
      padding-left: 7px;
      line-height: 30px\9; }
    .logo-wrap .search-wrap .s-btn {
      background: #f60;
      border: none;
      padding: 0 20px;
      color: #fff;
      float: right\0; }
    .logo-wrap .search-wrap .s-btn:hover {
      background: #ED4B00;
      color: #fff; }
    .logo-wrap .search-wrap p {
      margin-top: 10px;
      clear: both\0; }
      .logo-wrap .search-wrap p a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 12px;
        color: #999; }
      .logo-wrap .search-wrap p a:hover {
        color: #f60; }
  .logo-wrap .tel {
    padding-top: 10px;
    padding-left: 80px; }
    .logo-wrap .tel p {
      padding-left: 20px;
      display: inline-block; }
      .logo-wrap .tel p span {
        color: #f60;
        font-weight: 700;
        line-height: 30px;
        font-size: 20px; }

/*.nav {
  background: #454545;
  width: 100%;
  z-index: 5; }*/
  .nav li a {
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    color: #fff;
    }
  .nav li .sub-nav {
    display: none;
    top: 50px;
    left: 0;
    width: 445px;
    height: 205px;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
    .nav li .sub-nav .box {
      padding: 25px; }
    .nav li .sub-nav .text {
      width: 240px;
      margin-right: 20px;
      line-height: 30px; }
      .nav li .sub-nav .text a {
        display: inline;
        line-height: 30px;
        padding: 0; }
  .nav li:hover {
    background: #fff; }
    .nav li:hover a {
      color: #f60; }
    .nav li:hover .sub-nav {
      display: block; }

.i-carousel {
  height: 480px;
  overflow: hidden; }
  .i-carousel .slide-1 {
    background: url(/images/banner1.jpg) center no-repeat; }
  .i-carousel .slide-2 {
    background: url(/images/banner2.jpg) center no-repeat; }
  .i-carousel .slide-3 {
    background: url(/images/banner3.jpg) center no-repeat; }
  .i-carousel .slide-4 {
    background: url(/images/banner4.jpg) center no-repeat; }
  .i-carousel .swiper-container {
    width: 100%;
    height: 100%; }
  .i-carousel .swiper-slide {
    height: 480px;
    background-size: cover; }

.main-title {
  color: #222;
  margin: auto; }
  .main-title .cn {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px; }
    .main-title .cn span {
      color: #ff4f00; }
  .main-title .en {
    line-height: 20px;
    font-size: 14px; }
  .main-title .line {
    line-height: 20px; }
    .main-title .line span {
      color: #ff4f00; }
  .main-title .btm {
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px; }

.footer {
  background: #333;
  padding: 34px 0; }
  .footer .left {
    border-right: 1px solid #555; }
    .footer .left dl dt {
      font-weight: normal;
      padding-bottom: 7px; }
      .footer .left dl dt .cn {
        color: #fff;
        font-size: 16px; }
      .footer .left dl dt .en {
        color: #4e4e4e;
        font-size: 12px;
        text-transform: uppercase; }
    .footer .left dl dd {
      line-height: 26px; }
      .footer .left dl dd a {
        color: #959595; }
      .footer .left dl dd a:hover {
        text-decoration: underline; }
  .footer .right p {
    line-height: 30px;
    padding-top: 10px; }

.page-btm {
  background: #ddd;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 0; }
  .page-btm .copy-right .top span {
    display: inline-block;
    padding-left: 25px;
    margin-left: 7px;
    background: url(/newskin/images/gongan.png) no-repeat; }

.service {
  padding: 20px 0; }
  .service .item {
    min-height: 300px;
    overflow: hidden; }
    .service .item .back {
      display: none\0;
      width: 100%;
      min-height: 300px;
      background: url(/newskin/images/r4_c11.gif) center no-repeat;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      behavior: url(/templets/wj/static/js/ie-css3.htc);
      /* 通知IE浏览器调用脚本作用于'box'�&#65533; */ }
    .service .item .icon {
      left: 0;
      width: 200%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .service .item .icon .a {
        width: 50%;
        text-align: center; }
    .service .item .text {
      top: 130px;
      right: 0;
      width: 200%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .service .item .text .cn {
        font-size: 18px;
        line-height: 16px; }
      .service .item .text .en {
        line-height: 16px; }
      .service .item .text .b {
        width: 50%;
        text-align: center; }
      .service .item .text .b1 {
        color: #f60; }
      .service .item .text .b2 {
        color: #222; }
      .service .item .text .c {
        line-height: 22px; }
      .service .item .text .c1 {
        color: #fff;
        color: #f60\0; }
      .service .item .text .btm {
        margin-top: 20px; }
  .service .item:hover {
    cursor: pointer; }
    .service .item:hover .back {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .service .item:hover .icon {
      left: -270px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .service .item:hover .text {
      right: -270px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.problem .w1200 {
  min-height: 444px;
  background: url(/newskin/images/wal_why_031.png) no-repeat center; }
.problem .item .top {
  color: #222;
  font-size: 18px;
  line-height: 40px;
  height: 40px; 
background: transparent;}
  .problem .item .top span {
    line-height: 40px;
    height: 40px;
    display: block; }
  .problem .item .top .num {
    font-size: 36px; }
  .problem .item .top .title {
    height: 40px;
    font-weight: 700;width:unset; }
.problem .item .btm {
  line-height: 20px;
  margin-top: 6px; }
.problem .item-a span {
  float: left; }
.problem .item-a .num {
  padding-right: 9px;
    margin-left: 34px;}
.problem .item-b {
  text-align: right; }
  .problem .item-b span {
    float: right; }
  .problem .item-b .num {
        padding-left: 3px;
    margin-right: -36px;}
.problem .item-1 {
  left: 169px;
  top: 62px; }
.problem .item-2 {
  left: 137px;
  top: 192px; }
.problem .item-3 {
  left: 155px;
  top: 318px; }
.problem .item-4 {
  left: 747px;
  top: 64px;
  }
.problem .item-5 {
  left: 836px;
  top: 184px;
  }
.problem .item-6 {
  left: 701px;
  top: 306px;
  }

.solve .w1200 {
  min-height: 713px;
  background: url(/newskin/images/images/wal_what.jpg) no-repeat center; }
.solve .inner {
  padding-top: 200px;
  text-align: center; }
  .solve .inner .title {
    font-size: 20px;
    font-weight: 700;
    color: #222; }
  .solve .inner .text {
    color: #f60; }
.solve .item .title {
  font-size: 18px;
  color: #222; }
.solve .item .text {
  padding-left: 20px;
  padding-top: 20px; }
.solve .item-1 {
  top: 70px;
  left: 31px; }
.solve .item-2 {
  top: 337px;
  left: 0px; }
.solve .item-3 {
  top: 580px;
  left: 145px; }
.solve .item-4 {
  top: 134px;
  left: 890px; }
.solve .item-5 {
  top: 394px;
  left: 910px; }
.solve .item-6 {
  top: 597px;
  left: 746px; }

.text-ad {
  margin-top: 30px; }
  .text-ad .w1200 {
    background: url(/newskin/images/images/wal_down.jpg) top center no-repeat;
    text-align: center;
    padding: 50px 0; }
  .text-ad .title {
    font-size: 24px;
    line-height: 60px;
    color: #f60; }
  .text-ad .text {
    font-size: 12px; }

.ad .ad-l {
  float: left;
  padding-left: 80px;
  width: 460px;
  color: #fff;
  margin-top: 81px; }
  .ad .ad-l .ad-l-top img {
    float: left; }
  .ad .ad-l .ad-l-top p {
    line-height: 32px;
    display: inline-block;
    font-size: 20px; }
  .ad .ad-l .ad-l-bottom {
    line-height: 40px;
    clear: both;
    font-size: 16px; }
    .ad .ad-l .ad-l-bottom span {
      color: #f60; }
.ad .ad-r {
  float: right;
  margin-top: 79px;
  padding-right: 80px;
  width: 300px; }
  .ad .ad-r .ad-r-top {
    padding-left: 4px; }
    .ad .ad-r .ad-r-top i {
      float: left;
      width: 30px;
      height: 30px;
      display: inline-block;
      background: url(/newskin/images/footer-icon.png) 0 no-repeat; }
    .ad .ad-r .ad-r-top p {
      line-height: 30px;
      display: inline-block;
      padding: 0 10px;
      font-size: 16px;
      color: #fff; }
  .ad .ad-r .ad-r-mid {
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    padding-left: 8px; }

.ad-1 {
  height: 280px;
  background: url(/newskin/images/banner-1-bg.png) no-repeat center; }

.ad-2 {
  text-align: center;
  height: 280px;
  background: url(/newskin/images/images/wal_qianyue_07.jpg) no-repeat center; }
  .ad-2 .content {
    margin-top: 70px;
    font-size: 24px;
    color: #eee; }
    .ad-2 .content span {
      color: #f60; }
  .ad-2 .contact {
    margin-top: 26px;
    font-size: 18px;
    line-height: 50px;
    color: #f60; }
    .ad-2 .contact span {
      font-size: 36px;
      line-height: 50px; }
  .ad-2 .ad-btn {
    display: inline-block;
    width: 126px;
    height: 40px;
    padding-top: 10px;
    color: #fff; }

.competitive {
  margin: 0 auto; }
  .competitive .w1200 {
    height: 853px;
    background: url(/newskin/images/edgebg.jpg) center no-repeat; }
  .competitive .item {
    width: 418px; }
    .competitive .item .title {
      font-size: 20px;
      line-height: 40px;
      color: #333;
      left: -21px;
      font-weight: bold; }
      .competitive .item .title span {
        color: #f60; }
    .competitive .item ul {
      top: 39px; }
      .competitive .item ul li {
        font-size: 14px;
        color: #666;
        line-height: 24px; }
  .competitive .item-1 {
    top: 72px;
    left: 106px; }
  .competitive .item-2 {
    top: 260px;
    left: 710px; }
  .competitive .item-3 {
    top: 497px;
    left: 106px; }
  .competitive .item-4 {
    top: 680px;
    left: 710px; }

.advantage .w1200 {
  background: url(/newskin/images/images/wal_sdys_03.jpg) center no-repeat;
  height: 492px; }
.advantage .item span {
  color: #f60; }
.advantage .item-6, .advantage .item-7, .advantage .item-8, .advantage .item-9, .advantage .item-10 {
  width: 300px;
  text-align: right; }
.advantage .item-1 {
  top: 70px;
  left: 86px; }
.advantage .item-2 {
  top: 156px;
  left: 86px; }
.advantage .item-3 {
  top: 241px;
  left: 86px; }
.advantage .item-4 {
  top: 323px;
  left: 86px; }
.advantage .item-5 {
  top: 407px;
  left: 86px; }
.advantage .item-6 {
  top: 64px;
  left: 800px; }
.advantage .item-7 {
  top: 156px;
  left: 800px; }
.advantage .item-8 {
  top: 241px;
  left: 800px; }
.advantage .item-9 {
  top: 323px;
  left: 800px; }
.advantage .item-10 {
  top: 407px;
  left: 800px; }

.success-case {
  min-height: 450px\0;
  zoom: 1\0; }
  .success-case .success-carousel .swiper-wrapper {
    height: 420px\9;
    overflow: hidden\9; }
  .success-case .success-carousel .swiper-slide {
    text-align: center; }
    .success-case .success-carousel .swiper-slide a {
      display: block; }
  .success-case .success-carousel .slide-btn {
    width: 100%;
    bottom: 0;
    z-index: 1; }
    .success-case .success-carousel .slide-btn ul {
      width: 1000px;
      margin: 0 auto; }
      .success-case .success-carousel .slide-btn ul li {
        float: left;
        width: 199px;
        text-align: center;
        margin-right: 1px;
        background: rgba(0, 0, 0, 0.4);
        line-height: 34px;
        color: #fff; }
      .success-case .success-carousel .slide-btn ul li:hover {
        cursor: pointer; }
      .success-case .success-carousel .slide-btn ul .slide-btn-active {
        background: #f60; }

.case-list section.toolbar {
  margin-bottom: 40px;
  height: 100px;
  width: 100%; }
  .case-list section.toolbar .category {
    width: 990px;
    margin: 15px auto;
    padding-left: 27px; }
    .case-list section.toolbar .category .btn {
      width: 120px;
      color: #777;
      display: inline-block;
      border-radius: 0;
      margin-top: -1px;
      margin-left: -6px;
      position: relative\9;
      left: -4px\9;
      z-index: 1\9;
      zoom: 1\9; }
.case-list section.content .items li {
  position: relative;
  float: left;
  padding: 0px;
  width: 360px;
  height: 314px;
  margin: 0px 15px 30px 15px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  overflow: hidden; }
  .case-list section.content .items li a {
    display: block;
    float: left;
    width: 360px\0; }
    .case-list section.content .items li a div, .case-list section.content .items li a p {
      width: 360px\0; }
  .case-list section.content .items li .shade {
    position: absolute;
    width: 100%;
    height: 240px;
    margin-top: -240px;
    background: #000;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
    .case-list section.content .items li .shade u {
      display: block;
      margin: 99px auto 0 auto;
      width: 44px;
      height: 44px;
      background: url(/newskin/Images/waljobicons.png) no-repeat 0px -168px; }
  .case-list section.content .items li .case-img {
    width: 360px;
    height: 240px;
    overflow: hidden; }
    .case-list section.content .items li .case-img img {
      width: 100%; }
  .case-list section.content .items li p {
    position: absolute;
    z-index: 1;
    margin: 20px 10px;
    color: #222;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .case-list section.content .items li p strong {
      font-weight: normal; }
  .case-list section.content .items li .bg {
    width: 100%;
    height: 100px; }
    .case-list section.content .items li .bg u {
      display: block;
      position: absolute;
      width: 100%;
      height: 100px;
      margin-top: 150px;
      background-color: #f60;
      -webkit-transition: all .3s ease-in-out 0s;
      -moz-transition: all .3s ease-in-out 0s;
      -ms-transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
.case-list section.content li:hover .shade, .case-list section.content li:hover .bg u {
  margin-top: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
.case-list section.content li:hover p strong {
  color: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }

.paging {
  /*text-align: center;*/
  float:right;
  margin: 0px auto 30px auto; }
  .paging .qzPagination {
    display: inline-block;
    height: 35px; }
    .paging .qzPagination li {
      float: left; }
    .paging .qzPagination .active {
      background: #eee; }
    .paging .qzPagination .pageinfo {
      display: block;
      float: left;
      height: 35px;
      margin-right: -1px;
      font-size: 12px;
      line-height: 35px;
      text-align: center;
      background: #f6f6f6;
      border: 1px solid #f0f0f0;
      color: #bbb;
      padding: 0 20px;
      text-decoration: none; }
    .paging .qzPagination .current {
      position: relative;
      border: #dfdfdf 1px solid;
      color: #555;
      background: #eee;
      min-width: 60px;
      display: block;
      float: left;
      width: 60px;
      height: 35px;
      margin-right: -1px;
      font-size: 12px;
      line-height: 35px;
      text-align: center;
      text-decoration: none; }
    .paging .qzPagination a {
      display: block;
      float: left;
      width: 60px;
      height: 35px;
      margin-right: -1px;
      border: #dfdfdf 1px solid;
      color: #555;
      font-size: 12px;
      line-height: 35px;
      text-align: center;
      text-decoration: none; }
  .paging .qzPagination a:hover {
    background: #eee; }

.news-center {
  padding-bottom: 30px; }
  .news-center li {
    width: 450px;
    float: left;
    padding-top: 30px;
    margin: 0 66px;
    display: inline; }
    .news-center li .title {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      color: #000;
      border-bottom: 1px #ececec solid;
      padding-left: 13px;
      position: relative; }
      .news-center li .title h3 {
        font-weight: normal; }
        .news-center li .title h3 a {
          color: #222; }
        .news-center li .title h3 a:hover {
          color: #f60; }
      .news-center li .title .more {
        width: 60px;
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 12px; }
        .news-center li .title .more a {
          color: #666; }
        .news-center li .title .more a:hover {
          color: #f60; }
    .news-center li .nt2 {
      height: 140px;
      overflow: hidden;
      line-height: 21px;
      color: #b9b9b9;
      padding-top: 17px;
      padding-bottom: 12px;
      font-size: 12px; }
      .news-center li .nt2 a {
        color: #333; }
        .news-center li .nt2 a img {
          float: left;
          border: 1px #efefef solid;
          margin-right: 12px; }
      .news-center li .nt2 span {
        font-size: 16px;
        color: #414141;
        display: block\0;
        height: 24px\0;
        padding-bottom: 8px; }
        .news-center li .nt2 span a {
          display: block;
          width: 280px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
      .news-center li .nt2 a:hover {
        color: #f60; }
    .news-center li .nlist ul {
      padding: 0px 0 30px 0; }
      .news-center li .nlist ul li {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: #666;
        padding: 0;
        margin: 0; }
        .news-center li .nlist ul li span {
          float: right;
          color: #bcbcbc;
          font-size: 12px; }
        .news-center li .nlist ul li a {
          color: #666;
          float: left;
          display: block;
          width: 350px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .news-center li .nlist ul li a:hover {
          color: #f60; }

/*yxxwz.htm*/
/*.banner {
  height: 300px; }*/

.banner-yxxwz {
  background: url(/newskin/images/case_list_banner.jpg) no-repeat center;height: 294px; }

.bread {
  padding: 20px 0;
  color: #888;
  font-size: 12px;
  border-bottom: 1px solid #f4f4f4; }
  .bread a {
    color: #888;
    font-size: 12px; }
  .bread a:hover {
    color: #f60; }

.confused .item {
  width: 100%;
  height: 286px;
  background: url(/newskin/images/confused-gropu-bg.png) no-repeat center;
  margin-top: 30px; }
  .confused .item .title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    top: -10px;
    position: relative; }
    .confused .item .title span {
      color: #f60; }
  .confused .item .content {
    width: 1074px;
    margin: 6px auto; }
    .confused .item .content li {
      float: left;
      width: 20%;
      text-align: center; }
      .confused .item .content li P {
        font-size: 18px;
        color: #ff4f00;
        line-height: 30px;
        margin: 10px 0 0 0; }
      .confused .item .content li span {
        line-height: 24px; }

.definition {
  background: #f7f6f5;
  padding: 20px 0;
  margin-top: 40px; }
  .definition .item {
    padding-bottom: 50px; }
    .definition .item .title {
      font-size: 20px;
      padding: 20px 0; }
      .definition .item .title span {
        font-size: 20px;
        padding-right: 20px; }
    .definition .item .pic {
      height: 140px;
      text-align: center; }
      .definition .item .pic img {
        height: 100%; }
    .definition .item .box {
      padding-top: 30px; }
  .definition .item-1 {
    text-align: center; }
    .definition .item-1 .pic {
      margin: 40px 0 0 0; }
  .definition .item-2 .pic {
    height: 260px; }
  .definition .item-2 .box {
    padding-right: 140px; }
  .definition .item-3 .pic {
    height: 260px; }
  .definition .item-3 .box {
    padding-left: 140px; }

.distinguishes .w1200 {
  padding: 0; }
.distinguishes .box {
  height: 595px;
  background: url(/newskin/images/distinguishes-bg.png) center no-repeat;
  width: 100%; }
  .distinguishes .box .item {
    position: absolute; }
    .distinguishes .box .item .title {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 8px;
      font-weight: normal; }
  .distinguishes .box .item-1 {
    text-align: right;
    left: 208px;
    top: 26px; }
  .distinguishes .box .item-2 {
    text-align: right;
    left: 78px;
    top: 190px; }
  .distinguishes .box .item-3 {
    text-align: right;
    left: 156px;
    top: 422px; }
  .distinguishes .box .item-4 {
    text-align: center;
    top: -6px;
    right: 158px; }
  .distinguishes .box .item-5 {
    text-align: right;
    top: 170px;
    right: 100px; }
  .distinguishes .box .item-6 {
    text-align: center;
    top: 430px;
    right: 90px; }

.difference {
  background: #f7f6f5;
  padding: 20px 0; }
  .difference .dif-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
  .difference .dif-table td {
    padding: 10px 0; }
  .difference .dif-table thead td {
    padding-left: 40px;
    color: #fff;
    background: #f60;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .difference .dif-table tbody b {
    margin: 0 118px;
    display: inline-block; }
  .difference .dif-table .column-1 {
    width: 300px;
    text-align: center;
    padding-left: 0; }
  .difference .dif-table .column-2 {
    width: 430px; }
  .difference .dif-table .dif-tr-odd-bg {
    background: #fff; }
  .difference .dif-table .dif-tr-even-bg {
    background: #eee; }
  .difference .dif-table .dif-table tbody td {
    line-height: 20px; }
  .difference .dif-table i {
    background: url(/newskin/images/dif-icon.png) no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    float: left;
    margin: 0 10px; }
  .difference .dif-table .dif-t {
    background-position: -21px; }
  .difference .public {
    margin: 40px 0; }
    .difference .public .title {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      height: 60px;
      margin: 0 auto;
      width: 512px;
      line-height: 60px;
      background: url(/newskin/images/public-icons.png) no-repeat; }
    .difference .public .content {
      background: url(/newskin/images/public.png) center no-repeat;
      width: 1110px;
      margin: 30px auto 0 auto; }
      .difference .public .content .txt {
        width: 222px;
        height: 124px;
        float: left;
        text-align: center;
        margin-top: 76px;
        font-size: 14px;
        color: #fff; }
  .difference .ability {
    margin: 40px 0; }
    .difference .ability .title {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      height: 60px;
      margin: 0 auto;
      width: 512px;
      line-height: 60px;
      background: url(/newskin/images/public-icons.png) 0 -60px no-repeat; }
    .difference .ability .content {
      width: 1110px;
      margin: 0 auto; }
      .difference .ability .content .item {
        width: 210px;
        height: 134px;
        margin-top: 66px;
        margin-right: 12px;
        text-align: center;
        float: left; }

.price {
  padding-bottom: 40px; }
  .price .dif-table2 .dif-table2 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
  .price .dif-table2 thead td {
    color: #fff;
    background: #f60;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .price .dif-table2 .column-1 {
    width: 260px;
    text-align: left;
    padding-left: 50px; }
  .price .dif-table2 .column-2 {
    width: 300px; }
  .price .dif-table2 td {
    padding: 10px 0; }
  .price .dif-table2 .dif-tr-odd-bg {
    background: #fff; }
  .price .dif-table2 .dif-tr-even-bg {
    background: #eee; }
  .price .dif-table2 tbody td {
    line-height: 20px;
    height: 20px; }
  .price .dif-table2 tbody b {
    margin: 0 50px;
    display: inline-block; }
  .price .dif-table2 .dif-wj {
    color: #f60; }
    .price .dif-table2 .dif-wj span {
      font-weight: 700; }

.compare .box {
  width: 1100px;
  margin: 0 auto; }
  .compare .box .left {
    margin-left: 17px; }
  .compare .box .text {
    width: 275px;
    height: 461px;
    background: url(/newskin/images/yingxiao_55-04.gif) no-repeat center; }
    .compare .box .text p {
      color: #d81d07;
      line-height: 28px;
      margin-top: 12px;
      margin-left: 40px;
      font-size: 12px; }
    .compare .box .text span {
      display: block;
      margin-top: 200px;
      line-height: 28px;
      color: #555;
      margin-left: 40px;
      font-size: 12px; }

.ad-3 .cpr-banner {
  position: relative;
  padding: 40px 0; }
  .ad-3 .cpr-banner .pct {
    position: absolute;
    text-align: right;
    top: 130px;
    right: 0; }
    .ad-3 .cpr-banner .pct p {
      font-size: 14px;
      color: #333;
      padding: 6px 0; }
    .ad-3 .cpr-banner .pct .pct-txt {
      font-size: 36px;
      color: #333;
      font-weight: bold;
      margin-top: 12px;
      margin-bottom: 12px;
      line-height: 36px; }
    .ad-3 .cpr-banner .pct em {
      color: #f60;
      font-weight: bold;
      font-style: normal; }
    .ad-3 .cpr-banner .pct span {
      display: block;
      font-size: 14px;
      color: #9f9f9f;
      margin-top: 5px;
      font-weight: normal;
      line-height: 30px; }
    .ad-3 .cpr-banner .pct .pct-ad {
      font-size: 20px;
      color: #fff;
      font-weight: normal;
      background: url(/newskin/images/yy.png) no-repeat center;
      width: 565px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      float: right; }

.how .box {
  width: 1004px;
  overflow: hidden;
  height: 726px;
  margin: 10px auto;
  background: url(/newskin/images/swhy.png) no-repeat center bottom; }
  .how .box ul {
    width: 1300px; }
  .how .box li {
    width: 375px;
    text-align: center;
    height: 225px;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin-right: 253px;
    margin-bottom: 8px;
    position: relative; }
    .how .box li i {
      position: absolute;
      left: 98px;
      top: 20px; }
    .how .box li .h-tit {
      height: 80px;
      position: absolute;
      font-size: 20px;
      color: #000;
      top: 30px;
      left: 170px;
      font-weight: 600; }
      .how .box li .h-tit span {
        color: #ccc;
        display: block;
        font-size: 12px; }
    .how .box li .h-slogan {
      margin-top: 90px;
      color: #ff5d00;
      font-size: 16px;
      height: 25px;
      line-height: 25px;
      font-weight: bold; }
    .how .box li p {
      padding: 10px 15px;
      font-size: 13px;
      line-height: 21px;
      color: #999; }

.principle .wal_youshi {
  height: 740px;
  width: 100%;
  margin: auto;
  position: relative;
  background: url(/newskin/images/wal_youshi.png) 120px -33px no-repeat; }
.principle .wal_youshi1 {
  width: 440px;
  height: 60px;
  position: relative;
  left: 150px;
  top: 70px;
  font-size: 24px;
  color: #ff4f00; }
.principle .wal_youshi2 {
  width: 440px;
  height: 60px;
  position: relative;
  left: 150px;
  top: 40px;
  font-size: 36px;
  color: #ff4f00; }
.principle .wal_youshi3 {
  width: 440px;
  height: 50px;
  position: relative;
  left: 150px;
  top: 28px;
  font-size: 16px;
  color: #555555;
  line-height: 25px; }
.principle .wal_youshi4 {
  width: 200px;
  height: 200px;
  position: relative;
  left: 200px;
  top: 45px; }
.principle .wal_youshi5 {
  width: 200px;
  height: 26px;
  position: relative;
  left: -30px;
  top: -1px;
  font-size: 14px; }
.principle .wal_yous1 {
  width: 440px;
  height: 60px;
  position: relative;
  left: 880px;
  top: 40px;
  font-size: 20px;
  color: #ff4f00; }
.principle .wal_yous2 {
  width: 440px;
  height: 60px;
  position: relative;
  left: 950px;
  top: 10px;
  font-size: 36px;
  color: #ff4f00; }
.principle .wal_yous3 {
  width: 440px;
  height: 50px;
  position: relative;
  left: 620px;
  top: 0px;
  font-size: 16px;
  color: #555555;
  line-height: 25px;
  text-align: right; }
.principle .wal_yous4 {
  width: 200px;
  height: 200px;
  position: relative;
  left: 200px;
  top: 35px; }
.principle .wal_yous5 {
  width: 200px;
  height: 26px;
  position: relative;
  left: 635px;
  top: -18px;
  text-align: right;
  font-size: 14px; }

.advan {
  background: #f7f6f5;
  padding-top: 10px; }
  .advan .item {
    margin-bottom: 40px; }
    .advan .item .title {
      width: 450px;
      font-size: 30px;
      color: #f60;
      text-align: left;
      margin-top: 15px; }
    .advan .item .box {
      width: 640px;
      margin-top: 30px;
      margin-left: 55px; }
    .advan .item .content {
      text-indent: 2em;
      margin-top: 20px;
      font-size: 14px;
      line-height: 26px;
      text-align: left; }

/*article_case.htm*/
.toolbar .box {
  padding: 20px 0;
  text-align: right; }

.case-show .w1200 {
  padding: 0; }
.case-show .caption {
  height: 32px;
  margin: 40px 0 20px 60px;
  padding-left: 20px;
  line-height: 32px;
  font-size: 22px;
  background: url(/newskin/images/waljobicons.png) no-repeat 0px -471px; }
.case-show .title {
  color: #222;
  margin: 0 80px 0 60px; }
  .case-show .title h3 {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 30px;
    text-indent: 28px; }
  .case-show .title .rel {
    margin-left: 28px;
    color: #999;
    line-height: 30px; }
    .case-show .title .rel a {
      text-decoration: underline; }
    .case-show .title .rel a:hover {
      color: #f60; }
.case-show .demo {
  border-top: 1px solid #eee;
  margin: 0 auto 30px auto;
  width: 100%;
  padding: 40px 0; }
  .case-show .demo img {
    max-width: 100%; }

/*list_yuanma.htm*/
.toolbar-source {
  border-bottom: 1px solid #E0E0E0; }
  .toolbar-source .box .tools {
    margin-top: 5px;
    padding: 20px 0 20px 40px;
    font-size: 12px;
    color: #333; }
    .toolbar-source .box .tools .classify {
      display: block; }
    .toolbar-source .box .tools a {
      color: #555;
      margin-right: 1px;
      display: block;
      height: 36px;
      line-height: 36px;
      float: left;
      padding: 0 25px;
      border-right: 1px solid #F2F2F2; }
    .toolbar-source .box .tools a.now {
      color: #fff;
      background-color: #f60; }
    .toolbar-source .box .tools a:hover {
      color: #fff;
      background-color: #f60; }
  .toolbar-source .box .total {
    margin-right: 50px;
    font-size: 12px; }
    .toolbar-source .box .total p {
      line-height: 36px;
      padding: 20px 0; }
    .toolbar-source .box .total span {
      color: #f60; }

.source {
  background: #f7f6f5; }
  .source ul {
    padding: 40px 0; }
    .source ul .item {
      width: 370px;
      height: 511px;
      margin: 0 10px 30px 10px;
      overflow: hidden;
      float: left;
      background: #fff;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
      .source ul .item .pic {
        width: 370px;
        height: 370px;
        overflow: hidden; }
        .source ul .item .pic a {
          display: block; }
        .source ul .item .pic img {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .source ul .item .info {
        margin: 20px 20px 10px 20px;
        color: #999;
        line-height: 20px; }
       .source ul .item .info .title {
    line-height: 30px;
    font-size: 16px;
    color: #222;
    max-width: 350px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Microsoft YaHei","Arial","����","����",sans-serif;
}
        .source ul .item .info .tag {
          font-size: 12px;
          color: #999; }
        .source ul .item .info .link a {
          color: #f60; }
      .source ul .item .num {
        width: 240px;
        display: inline-block;
        margin: 0 20px 20px 20px; }
      .source ul .item .click {
        float: right;
        margin: 0 20px 20px 20px;
        padding-left: 16px;
        background: url(/newskin/images/cover-page-attente.png) left center no-repeat; }

/*about.htm*/
.toolbar-about ul {
  border-bottom: 1px solid #e5e2e2;
  padding: 40px 0 27px; }
.toolbar-about li {
  float: left;
  height: 25px;
  text-align: center;
  padding: 0 20px; }
  .toolbar-about li a {
    color: #555;
    font-size: 13px;
    height: 23px;
    line-height: 14px;
    display: block;
    position: relative; }
  .toolbar-about li i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f60;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .toolbar-about li a:hover {
    color: #f60; }
  .toolbar-about li a:hover i {
    width: 100%; }

.content-about .w1200 {
  padding: 0; }

/*lixt_article.htm*/
.list-article .row {
  margin-bottom: 30px; }
.list-article .hot .top {
  padding: 20px 20px 0 20px;
  text-align: center; }
  .list-article .hot .top a {
    padding: 6px 0;
    background: #ff4f00;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: normal; }
    .list-article .hot .top a span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      margin-top: 6px; }
.list-article .hot .btm {
  padding: 0 20px 7px 20px; }
  .list-article .hot .btm .type {
    height: 49px;
    line-height: 49px;
    vertical-align: middle; }
    .list-article .hot .btm .type a {
      display: block;
      text-decoration: none;
      background: url(/newskin/images/caseLi.png) no-repeat left center;
      padding-left: 63px;
      border-top: 1px solid #eb3341;
      color: #fff;
      font-size: 14px; }
  .list-article .hot .btm li {
    padding: 10px 18px;
    height: 44px;
    background: #f7f6f5; }
    .list-article .hot .btm li a {
      text-overflow: ellipsis;
      display: inline-block\0;
      width: 166px\0;
      line-height: 24px\0;
      overflow: hidden;
      white-space: nowrap;
      color: #666; }
    .list-article .hot .btm li .hot-news-index {
      float: left\0;
      margin-right: 10px;
      color: #222;
      font-weight: bold;
      font-size: 16px; }
  .list-article .hot .btm li:hover {
    background: #eee; }
  .list-article .hot .btm li:hover a {
    color: #f60; }
.list-article .main {
  padding: 0; }
  .list-article .main .head {
    padding-top: 34px;
    border-bottom: 1px solid #eee; }
    .list-article .main .head .type {
      display: inline-block;
      height: 54px; }
      .list-article .main .head .type b {
        display: inline-block;
        height: 54px;
        padding: 0 30px;
        color: #222;
        font-size: 18px;
        line-height: 54px; }
    .list-article .main .head .head-dread {
      color: #888;
      font-size: 12px;
      line-height: 54px; }
      .list-article .main .head .head-dread a {
        color: #888;
        font-size: 12px; }
      .list-article .main .head .head-dread a:hover {
        color: #f60; }
  .list-article .main .list .item {
    border-bottom: 1px dashed #ddd;
    padding: 20px; }
    .list-article .main .list .item .pic {
      display: block;
      float: left;
      width: 230px;
      height: 130px;
      overflow: hidden; }
      .list-article .main .list .item .pic img {
        width: 100%; }
    .list-article .main .list .item .essay {
      width: 630px;
      height: auto;
      float: left;
      padding-left: 20px; }
      .list-article .main .list .item .essay .title h3 {
        font-weight: normal; }
      .list-article .main .list .item .essay .title a {
        line-height: 30px;
        display: inline-block;
        font-size: 16px;
        color: #222;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .list-article .main .list .item .essay .title a:hover {
        color: #f60; }
      .list-article .main .list .item .essay .title b {
        float: right;
        font-weight: normal; }
      .list-article .main .list .item .essay .essay_b {
        float: right;
        color: #f60; }
        .list-article .main .list .item .essay .essay_b a {
          line-height: 35px; }
      .list-article .main .list .item .essay .search-info {
        color: #666; }
  .list-article .main .list .item:hover {
    background: #f7f6f5; }
  .list-article .main .list .item:hover .title a {
    color: #f60; }
  .list-article .main .box .title {
    text-align: center;
    margin: 60px 0; }
    .list-article .main .box .title h3 {
      font-size: 20px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 15px; }
    .list-article .main .box .title .info {
      font-size: 12px; }
      .list-article .main .box .title .info h2 {
        display: inline;
        padding-right: 15px;
        font-size: 12px;
        font-weight: normal; }
  .list-article .main .box .content {
    line-height: 30px; }
    .list-article .main .box .content * {
      max-width: 900px !important; }
  .list-article .main .box .neighbor {
    margin: 30px 0 0px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ededed; }
    .list-article .main .box .neighbor div {
      width: 50%;
      height: 26px; }
      .list-article .main .box .neighbor div a {
        line-height: 26px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

/*index_wztg.htm*/
.no-such .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #f60;
  text-align: center; }
.no-such .box {
  margin: 20px 0; }
  .no-such .box .item {
    width: 360px;
    padding: 20px 26px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 15px; }
    .no-such .box .item .item-title {
      font-size: 18px;
      font-weight: normal;
      padding: 10px 0; }
.no-such .btm {
  margin: 30px 0; }
  .no-such .btm .box {
    width: 490px;
    margin: 0 auto; }
    .no-such .btm .box div {
      float: left; }
    .no-such .btm .box .slogan {
      font-size: 18px;
      border: 1px solid #eee;
      border-right: none !important;
      padding: 8px 20px; }
      .no-such .btm .box .slogan span {
        color: #f60; }
    .no-such .btm .box .icon {
      width: 42px;
      height: 42px; }
    .no-such .btm .box .phone {
      padding-top: 2px;
      font-size: 12px; }
      .no-such .btm .box .phone span {
        font-size: 16px;
        color: #f60;
        font-weight: bold; }

.fourth .w1200 {
  padding: 0; }
  .fourth .w1200 .list {
    padding-bottom: 30px; }
    .fourth .w1200 .list dd {
      width: 33.3%;
      height: 236px;
      margin-top: 30px;
      text-align: center;
      float: left; }
      .fourth .w1200 .list dd .item {
        width: 345px;
        height: 236px;
        margin: 0 auto; }
        .fourth .w1200 .list dd .item p {
          font-size: 22px;
          color: #ffffff;
          line-height: 90px;
          margin-bottom: 12px; }
        .fourth .w1200 .list dd .item span {
          font-size: 14px;
          color: #ffffff;
          line-height: 24px; }
    .fourth .w1200 .list .item-1 {
      background: url(/newskin/images/tuoguan_110.gif) center no-repeat; }
    .fourth .w1200 .list .item-2 {
      background: url(/newskin/images/tuoguan_112.gif) center no-repeat; }
    .fourth .w1200 .list .item-3 {
      background: url(/newskin/images/tuoguan_114.gif) center no-repeat; }
    .fourth .w1200 .list .item-4 {
      background: url(/newskin/images/tuoguan_120.gif) center no-repeat; }
    .fourth .w1200 .list .item-5 {
      background: url(/newskin/images/tuoguan_122.gif) center no-repeat; }
    .fourth .w1200 .list .item-6 {
      background: url(/newskin/images/tuoguan_124.gif) center no-repeat; }

.good .box {
  background: url(/newskin/images/wjgood_02.png) no-repeat center;
  height: 330px; }
  .good .box .item {
    width: 293px;
    text-align: left; }
    .good .box .item .title {
      font-weight: normal;
      font-size: 18px;
      padding: 10px 0; }
  .good .box .item-1 {
    position: absolute;
    top: 18px;
    left: 82px; }
    .good .box .item-1 .title {
      color: #0088EF; }
  .good .box .item-2 {
    position: absolute;
    top: 180px;
    left: 82px; }
    .good .box .item-2 .title {
      color: #F0CE01; }
  .good .box .item-3 {
    position: absolute;
    top: 18px;
    left: 827px; }
    .good .box .item-3 .title {
      color: #6DC44A; }
  .good .box .item-4 {
    position: absolute;
    top: 180px;
    left: 827px; }
    .good .box .item-4 .title {
      color: #f24949; }

.system .top {
  margin: 15px auto 0 auto;
  width: 1000px;
  height: 134px;
  background: url(/newskin/images/icon8.jpg) center top no-repeat;
  position: relative; }
  .system .top .title {
    height: 62px;
    line-height: 62px;
    font-size: 36px;
    color: #f49800;
    font-weight: bold;
    text-align: center; }
  .system .top .slogan {
    margin: 0 auto;
    width: 526px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #f49800; }
  .system .top .item {
    position: absolute;
    font-size: 12px;
    color: #6b3617; }
  .system .top .item-1 {
    left: 170px;
    top: 40px; }
  .system .top .item-2 {
    left: 110px;
    top: 108px; }
  .system .top .item-3 {
    right: 54px;
    top: 40px; }
  .system .top .item-4 {
    right: 173px;
    top: 114px; }
.system .btm {
  width: 1000px;
  margin: 92px auto 0 auto; }
  .system .btm .row {
    width: 100%;
    padding-bottom: 40px; }
  .system .btm .item dl {
    margin: 0 auto; }
    .system .btm .item dl dt {
      padding-bottom: 18px;
      margin-bottom: 15px;
      padding-left: 106px;
      font-size: 14px;
      line-height: 22px;
      color: #333;
      border-bottom: 1px dashed #d4d4d4;
      display: block;
      font-weight: normal; }
      .system .btm .item dl dt p {
        line-height: 40px;
        font-weight: bold;
        font-size: 28px; }
    .system .btm .item dl dd span {
      color: #686868;
      font-size: 14px;
      display: block; }
      .system .btm .item dl dd span b {
        line-height: 28px; }
  .system .btm .item-1 dt {
    background: url(/newskin/images/xitong1.jpg) no-repeat; }
    .system .btm .item-1 dt p {
      color: #202020; }
  .system .btm .item-1 dd span {
    line-height: 30px;
    width: 174px;
    float: left; }
  .system .btm .item-2 dt {
    background: url(/newskin/images/xitong2.jpg) no-repeat; }
    .system .btm .item-2 dt p {
      color: #f38701; }
  .system .btm .item-3 dt {
    background: url(/newskin/images/xitong3.jpg) no-repeat; }
    .system .btm .item-3 dt p {
      color: #0093dd; }
  .system .btm .item-3 dd .sp1 {
    width: 154px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    float: left; }
  .system .btm .item-3 dd .sp2 {
    width: 294px;
    float: right; }
  .system .btm .item-3 dd .sp3 {
    width: 154px;
    border-right: 1px solid #e7e7e7; }
  .system .btm .item-4 dt {
    background: url(/newskin/images/xitong4.jpg) no-repeat; }
    .system .btm .item-4 dt p {
      color: #85c226; }
  .system .btm .item-4 dd span {
    width: 220px;
    line-height: 30px;
    display: block;
    float: left; }

.cost {
  padding: 10px 0 40px 0;
  background: #f7f6f5; }
  .cost .cost-box {
    background: url(/newskin/images/operating-cost-1-bg_01.png) no-repeat center;
    width: 1086px;
    margin: 0 auto 30px auto; }
    .cost .cost-box p {
      font-size: 14px;
      line-height: 20px;
      color: #fff; }
    .cost .cost-box .cost-box-1 div {
      float: left;
      height: 148px; }
    .cost .cost-box .cost-box-1-lf {
      width: 130px; }
    .cost .cost-box .cost-box-1-lf p {
      padding: 64px 0;
      text-align: center; }
    .cost .cost-box .cost-box-1-cnt {
      width: 800px; }
      .cost .cost-box .cost-box-1-cnt p {
        padding: 26px 0;
        text-align: center; }
      .cost .cost-box .cost-box-1-cnt .a {
        padding: 16px 0; }
      .cost .cost-box .cost-box-1-cnt .b {
        padding: 13px 0; }
    .cost .cost-box .cost-box-1-rt {
      width: 120px;
      margin-left: 32px; }
    .cost .cost-box .cost-box-1-rt p {
      padding: 39px 0;
      text-align: center; }
    .cost .cost-box .cost-box-1-rt span {
      font-size: 24px;
      line-height: 30px; }
    .cost .cost-box .cost-box-1-cnt ul li {
      float: left;
      width: 133px;
      height: 74px; }
    .cost .cost-box .cost-box-2 div {
      float: left;
      height: 70px; }
    .cost .cost-box .cost-box-2-lf {
      width: 130px; }
    .cost .cost-box .cost-box-2-lf p {
      padding: 25px 0;
      text-align: center; }
    .cost .cost-box .cost-box-2-cnt {
      width: 800px; }
    .cost .cost-box .cost-box-2-cnt p {
      padding: 25px 0;
      text-align: center; }
    .cost .cost-box .cost-box-2-rt {
      width: 120px;
      margin-left: 32px; }
    .cost .cost-box .cost-box-2-rt p {
      padding: 15px 0;
      text-align: center; }
  .cost .cost-box2 {
    border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #eee;
    width: 1078px;
    margin: 0 auto;
    padding-bottom: 30px; }
    .cost .cost-box2 .cost-tit {
      font-size: 18px;
      line-height: 30px;
      padding: 10px;
      font-weight: normal;
      color: #ff4f00;
      text-align: center; }
    .cost .cost-box2 .cost-box2-center {
      width: 580px;
      margin: 0 auto; }
    .cost .cost-box2 .cost-tit span {
      font-size: 20px;
      font-weight: bold; }
    .cost .cost-box2 .cbox2-icon {
      margin: 0 auto;
      border: 1px solid #eee;
      width: 120px;
      height: 120px;
      border-radius: 120px;
      -o-border-radius: 120px;
      -webkit-border-radius: 120px;
      -moz-border-radius: 120px; }
    .cost .cost-box2 .cbox2-icon img {
      width: 100%;
      height: 100%; }
    .cost .cost-box2 .cbox2-lf {
      float: left;
      width: 280px;
      text-align: center; }
    .cost .cost-box2 .cbox2-lf p {
      line-height: 20px;
      padding: 6px 0; }
    .cost .cost-box2 .cost-box2-con p span {
      color: #ff4f00;
      font-size: 18px; }
    .cost .cost-box2 .cbox2-cnt {
      float: left;
      width: 50px;
      height: 188px; }
    .cost .cost-box2 .cbox2-cnt img {
      margin: 75px 0; }
    .cost .cost-box2 .cbox2-rt {
      float: left;
      width: 250px; }
    .cost .cost-box2 .cbox2-rt p {
      line-height: 20px;
      padding: 6px 0; }

/*article_source.htm*/
.source-info .w1200 {
  padding: 0; }
.source-info .details {
  *width: 1130px;
  padding: 30px 0;
  background-color: #fff; }
.source-info .details .left {
  position: relative;
  width: 70px; }
.source-info .details .left .up-down-btn {
  position: absolute;
  left: 20px;
  width: 29px;
  height: 15px;
  background-repeat: no-repeat;
  cursor: pointer; }
.source-info .details .left .up-btn {
  top: 0;
  background-image: url(/newskin/images/cover-page-details-9.png); }
.source-info .details .left .down-btn {
  bottom: 0;
  background-image: url(/newskin/images/cover-page-details-10.png); }
.source-info .details .left .canvas {
  position: relative;
  width: 70px;
  height: 375px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden; }
.source-info .details .left .canvas-container {
  position: relative;
  left: 0; }
.source-info .details .left .canvas-container-li {
  width: 70px;
  height: 70px;
  *width: 60px;
  *height: 60px;
  margin-bottom: 5px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #E9E9E9;
  cursor: pointer; }
.source-info .details .left .canvas-container-li.now,
.source-info .details .left .canvas-container-li:hover {
  border-color: #FA0E0E; }
.source-info .details .left .canvas-container-li.video {
  position: relative; }
.source-info .details .left .canvas-container-li.video span {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30); }
.source-info .details .left .canvas-container-li.video i {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 1;
  width: 6px;
  height: 11px;
  background-image: url(/newskin/images/cover-page-details-17.png);
  background-repeat: no-repeat; }
.source-info .details .left .canvas-container-li img {
  width: 60px;
  height: 60px; }
.source-info .details .mid {
  width: 422px;
  height: 422px;
  *width: 400px;
  *height: 400px;
  padding: 10px;
  border: 1px solid #E8E8E8;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px; }
.source-info .details .mid a {
  display: block;
  width: 400px;
  height: 400px;
  text-align: center;
  line-height: 400px;
  overflow: hidden; }
.source-info .details .mid-container {
  position: relative;
  width: 400px; }
.source-info .details .mid-container div.details-mid-item {
  position: relative;
  float: left;
  height: 400px;
  overflow: hidden; }
.source-info .details .mid-container div.details-mid-item img {
  width: 400px; }
.source-info .zoomdiv {
  z-index: 1;
  position: absolute;
  border: 2px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden; }
.source-info .bigimg {
  width: 512px; }
.source-info .jqZoomPup {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 150px;
  height: 150px;
  background-image: url(/newskin/images/zoom-point.png);
  cursor: move;
  visibility: hidden; }
.source-info .details .right {
  width: 552px;
  font-size: 12px; }
.source-info .details .right .discount-msg {
  position: relative; }
.source-info .details .right .discount-msg span.phrase {
  position: absolute;
  right: 0;
  top: 40px;
  padding: 3px 5px;
  color: #fff;
  background-color: #ef353d; }
.source-info .details .right .discount-msg-two {
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DCDBD9; }
.source-info .details .right .end-time {
  padding-bottom: 15px;
  color: #939393; }
.source-info .details .right .end-time strong {
  padding-left: 3px;
  padding-right: 5px;
  font-size: 18px;
  color: #ef353d; }
.source-info .details .right .price {
  display: inline;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 28px;
  color: #EF353D; }
.source-info .details .right .promotion-price {
  padding-left: 10px;
  font-size: 28px;
  color: #EF353D; }
.source-info .yuanjia {
  display: block;
  margin-left: 10px;
  font-size: 13px; }
.source-info .details .right .del-price {
  background-image: url(/newskin/images/line-red.png);
  background-repeat: repeat-x;
  background-position: left center; }
.source-info .soft {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }
.source-info .soft span.rou {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }
.source-info .soft span:hover.rou {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }
.source-info .soft span {
  padding: 0 10px;
  height: 30px;
  border: #f1f1f1 1px solid;
  text-align: center;
  float: left;
  margin-right: 12px;
  display: block;
  border-radius: 2px;
  line-height: 28px; }
.source-info .soft span:hover {
  border: #016ed5 1px solid; }
.source-info .details .right .attri i {
  float: left;
  margin-right: 16px;
  font-style: normal;
  line-height: 30px;
  color: #888; }
.source-info .details .right .attri span {
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #DFDFDF;
  cursor: pointer; }
.source-info .details .right .attri span.now {
  border-color: #FF4343; }
.source-info .details .right .evaluation {
  position: relative;
  float: left;
  margin-top: 10px; }
.source-info .details .right .evaluation em {
  float: left;
  margin-right: 5px;
  font-style: normal;
  color: #888; }
.source-info .details .right .evaluation-stars-grey {
  position: relative;
  float: left;
  width: 100px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-3.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-stars-red-1 {
  float: left;
  width: 15px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-4.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-stars-red-2 {
  float: left;
  width: 35px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-4.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-stars-red-3 {
  float: left;
  width: 55px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-4.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-stars-red-4 {
  float: left;
  width: 75px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-4.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-stars-red-5 {
  float: left;
  width: 100px;
  height: 15px;
  background-image: url(/newskin/images/cover-page-wjx-4.png);
  background-repeat: repeat-x; }
.source-info .details .right .evaluation-b {
  padding-left: 15px;
  font-weight: normal;
  color: #888; }
.source-info .details .right .make {
  margin-top: 17px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDBD9; }
.source-info .details .right .make-cart,
.source-info .details .right .make-show {
  width: 130px;
  height: 38px;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-right: 10px;
  text-decoration: none; }
.source-info .details .right .make-cart {
  margin-right: 10px;
  text-align: center;
  background-color: #FF4146; }
.source-info .details .right .make-cart-black {
  background-color: #333; }
.source-info .details .right .make-show {
  background-color: #588CC7; }
.source-info .details .right .make-cart:hover,
.source-info .details .right .make-show:hover {
  color: #fff;
  text-decoration: none; }
.source-info .details .right .make-cart:hover {
  background-color: #E53B3E; }
.source-info .details .right .make-show:hover {
  background-color: #81A3C9; }
.source-info .details .right .make-show i {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background-color: #3C71B0;
  background-image: url(/newskin/images/cover-page-details-12.png);
  background-repeat: no-repeat;
  background-position: center center; }
.source-info .details .right .offer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 23px; }
.source-info .details .right .make-show:hover i {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background-color: #3C71B0; }
.source-info .details .right .offer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 23px; }
.source-info .details .right .offer span[class] {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  cursor: pointer; }
.source-info .details .right span.offer-give {
  background-color: #F88B27; }
.source-info .details .right span.offer-fold {
  background-color: #FF4146; }
.source-info .details .right span.offer-less {
  background-color: #71cd9c; }
.source-info .details .right p.offer-item {
  position: absolute;
  top: 50px;
  min-height: 30px;
  *width: 152px;
  *height: 53px;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #DDE3E4;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  white-space: nowrap;
  display: block; }
.source-info .details .right p.offer-give {
  left: 5px;
  display: block; }
.source-info .details .right p.offer-fold {
  left: 65px;
  display: none; }
.source-info .details .right p.offer-less {
  left: 125px;
  display: none;
  background: #fff; }
.source-info .details .right p.offer-item a {
  color: #333;
  white-space: nowrap; }
.source-info .details .right p.offer-item em {
  position: absolute;
  left: 12px;
  top: -6px;
  width: 12px;
  height: 6px;
  background-image: url(/newskin/images/cover-page-details-13.png);
  background-repeat: no-repeat; }
.source-info .package,
.source-info .content {
  *width: 1170px;
  padding: 20px;
  margin-top: 15px;
  background-color: #fff;
  margin-bottom: 15px; }
.source-info .package .wfs {
  margin-bottom: 20px;
  padding-bottom: 18px;
  font-size: 16px;
  border-bottom: 1px solid #DCDBD9; }
.source-info .package ul li.imggg {
  float: left;
  border: 1px solid #E9E9E9;
  padding: 4px;
  height: 205px; }
.source-info .package ul li.imggg:hover {
  border: 1px solid #FA0E0E; }
.source-info .package ul li a.imgggg {
  width: 150px;
  height: 195px;
  overflow: hidden;
  display: block; }
.source-info .package .thumb {
  width: 150px; }
.source-info .package .canvas {
  position: relative;
  width: 853px;
  *width: 852px;
  margin-left: 20px;
  *padding-top: 10px;
  border-left: 1px solid #DCDBD9;
  border-right: 1px solid #DCDBD9; }
.source-info .package .canvas .package-btn {
  position: absolute;
  top: 75px;
  width: 15px;
  height: 29px;
  background-repeat: no-repeat;
  cursor: pointer; }
.source-info .package .canvas .package-btn-left {
  left: 20px;
  background-image: url(/newskin/images/cover-page-pack-3.png); }
.source-info .package .canvas .package-btn-right {
  right: 20px;
  background-image: url(/newskin/images/cover-page-pack-2.png); }
.source-info .package .canvas .package-container {
  position: relative;
  width: 760px;
  margin-left: 55px;
  overflow: hidden; }
.source-info .package .canvas .package-container-items {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 10000px; }
.source-info .package .canvas .package-container-items li {
  position: relative;
  float: left;
  width: 130px;
  margin-left: 30px;
  margin-right: 30px;
  border: 1px solid #FFFFFF;
  padding: 4px;
  height: 205px; }
.source-info .package .canvas .package-container-items li:hover {
  border: 1px solid #FA0E0E; }
.source-info .package .canvas .package-container-items li a.imgg {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden; }
.source-info .package .canvas .package-container-items li img {
  width: 120px;
  *margin-left: 15px;
  margin-bottom: 5px; }
.source-info .package .canvas .package-container-items li span {
  width: 120px;
  font-size: 12px;
  display: block;
  color: #000;
  margin-top: 10px;
  text-align: center; }
.source-info .package .canvas .package-container-items li span a {
  display: block;
  width: 120px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  margin-bottom: 10px; }
.source-info .package .canvas .package-container-items li span a strong {
  font-style: normal;
  font-weight: normal; }
.source-info .package .canvas .package-container-items li span i {
  font-style: normal;
  color: #FF4146;
  margin-right: 7px; }
.source-info .package .canvas .package-container-items li span i.hot {
  color: #71cd9c; }
.source-info .package .count {
  width: 120px;
  margin-top: 20px;
  text-align: center; }
.source-info .package .count b {
  font-size: 20px;
  font-weight: normal;
  color: #FF4146; }
.source-info .package .count b i {
  font-style: normal; }
.source-info .package .count span {
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #7A7A7A; }
.source-info .package .count a {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FF4146;
  border: 0;
  margin-top: 50px;
  color: #fff; }
.source-info .package .count a:hover {
  background-color: #E53B3E; }
.source-info .like {
  background-image: url(/newskin/images/like.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 65px;
  text-align: right;
  display: block;
  white-space: normal;
  float: left;
  height: 57px;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 28px;
  font-size: 14px;
  color: #F00; }
.source-info #gallery {
  overflow: hidden;
  width: 1212px;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 9px;
  background-color: #FFF; }
.source-info #gallery .jietutitle {
  padding-bottom: 18px;
  font-size: 16px;
  border-bottom: 1px solid #DCDBD9;
  margin-top: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
.source-info #gallery ul {
  list-style: none;
  width: 1200px; }
.source-info #gallery ul li {
  display: block;
  float: left;
  margin: 15px; }
.source-info #gallery ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px; }
.source-info #gallery ul li a:hover {
  border: 1px solid #F90;
  background: #ffc;
  box-shadow: rgba(224, 194, 0, 0.9) 0 0 8px; }
.source-info #gallery ul li a span {
  background: #000;
  display: block;
  text-align: center;
  height: 22px;
  color: #fff;
  line-height: 22px;
  bottom: 5px;
  position: absolute;
  filter: alpha(opacity=60);
  opacity: .6; }
.source-info #gallery ul li a em {
  text-align: center;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  font-style: normal;
  position: absolute;
  color: #fff;
  bottom: 5px;
  font-size: 12px; }
.source-info #gallery ul li a u {
  display: block;
  height: 120px;
  overflow: hidden; }
.source-info #gallery ul img {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; }
.source-info #gallery ul a:hover {
  text-decoration: none;
  color: #ccc; }
.source-info #gallery ul li a span {
  cursor: url(//i1.mb5u.com/img/lb/zoomin.cur), auto;
  cursor: pointer; }
.source-info #gallery ul li a span, .source-info #gallery ul li a u, .source-info #gallery ul img {
  width: 128px; }
.source-info #gallery ul li a em {
  width: 118px; }
.source-info .content-icons {
  position: relative;
  background-image: url(/newskin/images/cover-page-content-2.png);
  background-repeat: repeat-x;
  background-position: left bottom; }
.source-info .content-icons .tips {
  width: 74px;
  height: 5px;
  position: absolute;
  background: #ff4146;
  top: 29px; }
.source-info .content-icons ul li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  font-size: 16px;
  cursor: pointer; }
.source-info .content-icons h5 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  font-size: 16px;
  background-image: url(/newskin/images/cover-page-content-2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  cursor: pointer; }
.source-info .content-icons h5.now {
  background-image: url(/newskin/images/cover-page-content-1.png); }
.source-info .content-item {
  margin-top: 17px; }
.source-info .content-item-dl {
  border-left: 1px solid #ECECEC; }
.source-info .content-item-dl dt {
  float: left;
  width: 100%;
  *width: 1154px;
  height: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #888;
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  background-color: #F6F6F6;
  background-image: url(/newskin/images/cover-page-content-6.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  text-indent: 20px; }
.source-info .content-item-dl dt,
.source-info .content-item-dl dd {
  padding-left: 10px;
  font-size: 12px; }
.source-info .content-item-dl dd {
  float: left;
  width: 20%;
  *width: 222px;
  line-height: 29px;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC; }
.source-info .content-item .desc {
  margin-top: 20px; }
.source-info .content-item .desc img {
  max-width: 1122px; }
.source-info .content-item .desc .course-link {
  padding: 10px;
  font-weight: normal;
  line-height: 24px;
  border: 1px solid #F3F3F3;
  background-color: #F7F7F7; }
.source-info .content-item .desc .course-link span {
  font-size: 14px;
  line-height: 34px;
  color: #000; }
.source-info .content-item .desc .course-link a {
  font-size: 16px;
  color: #FF4A4F; }
.source-info .content-item .desc ul.list-paddingleft-2 li img {
  width: 292px; }
.source-info .neighbor {
  margin: 30px 0 0px 0;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  border-top: 1px dashed #ededed; }
  .source-info .neighbor div {
    width: 50%;
    height: 26px; }
    .source-info .neighbor div a {
      line-height: 26px;
      display: inline-block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*about.htm*/
.yqx_about_content {
  overflow: hidden; }

.yqx_about_nav {
  width: 100%;
  border-bottom: 1px solid #e5e2e2;
  padding: 40px 0 27px;
  height: 25px;
  overflow: hidden; }

.yqx_about_nav ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.yqx_about_nav li {
  float: left;
  height: 25px;
  text-align: center;
  padding: 0 20px; }

.yqx_about_nav li:first-child {
  margin-left: -20px; }

.yqx_about_nav li a {
  color: #555;
  font-size: 13px;
  height: 23px;
  line-height: 14px;
  display: block;
  border-width: 0px;
  position: relative;
  text-align: center; }

.yqx_about_nav li.active a, .yqx_about_nav li:hover a {
  color: #ff4f00; }

.yqx_about_nav li i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff4f00;
  transition: 0.4s; }

.yqx_about_nav li.active i, .yqx_about_nav li:hover i {
  width: 100%;
  transition: 0.4s; }

.h_about_m {
  width: 1200px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  line-height: 30px; }

.h_about_m section header {
  padding-top: 30px; }

.h_about_m section header span {
  font-weight: bold;
  color: #555;
  font-size: 20px;
  border-bottom: 1px solid #ff4f00;
  display: inline-block;
  height: 42px;
  border-bottom: 2px solid #ff4f00;
  line-height: 35px;
  margin-bottom: -1px; }

.h_about_m header {
  width: 100%;
  border-bottom: 1px solid #e0e0e0; }

.h_about_m section article {
  padding-top: 40px; }

.about_eims img {
  float: left;
  width: 470px;
  height: 328px;
  margin-left: 74px;
  margin-right: 50px; }

.about_xiniu_pic {
  width: 470px;
  height: 257px;
  float: right;
  margin-right: 74px; }

.about_xiniu img {
  float: right;
  height: 100%;
  width: 100%; }

.about_xniu_intro {
  width: 560px;
  margin-left: 74px; }

.about_xniu_intro h4 {
  color: #ff4f00;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px; }

.about_eims_intro h4 {
  color: #ff4f00;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px; }

.about_research article {
  overflow: hidden; }

.h_about_m .about_research header {
  padding-top: 30px; }

.about_research_left, .about_research_right {
  float: left;
  width: 500px; }

.about_research_intro {
  width: 408px; }

.about_research_intro p.red {
  color: #cc0c19;
  font-size: 13px;
  margin-bottom: 20px; }

.about_research_right ul {
  overflow: hidden;
  width: 540px; }

.about_research_right li {
  overflow: hidden;
  width: 261px;
  padding-left: 8px;
  float: left;
  height: 77px;
  padding: 20px 0;
  color: #000000;
  line-height: 22px;
  font-size: 13px; }

.about_research_right i {
  width: 68px;
  height: 68px;
  display: inline-block;
  margin-right: 20px;
  float: left; }

.research_right_01 i {
  background-position: 0 0; }

.research_right_02 i {
  background-position: 0 -68px; }

.research_right_03 i {
  background-position: -68px 0; }

.research_right_04 i {
  background-position: -68px -68px; }

.about_research li em {
  font-weight: bold; }

.research_right_01 em {
  color: #ed7025; }

.research_right_02 em {
  color: #e9480a; }

.research_right_03 em {
  color: #d7000f; }

.research_right_04 em {
  color: #df801c; }

.about_m_wrap {
  overflow: hidden; }

.about_customer, .about_honor {
  float: left;
  width: 480px; }

.about_honor {
  margin-left: 40px; }

.about_customer_intro {
  font-size: 14px;
  color: #000000;
  margin-left: 13px;
  padding-left: 18px;
  line-height: 28px; }

.about_customer_intro em {
  font-size: 18px;
  color: #d7000f;
  font-weight: bold; }

.about_honor li {
  width: 142px;
  height: 130px;
  float: left;
  margin: 0 8px 26px;
  cursor: pointer; }

.about_honorImg {
  display: block;
  border: 1px solid #e4e4e4;
  width: 140px;
  height: 97px; }

.about_honorImg img {
  width: 123px;
  height: 86px;
  margin: 6px 8px; }

.about_honor_title {
  text-align: center;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #787878; }

.about_honor li:hover .about_honor_title {
  color: #ff4f00; }

.about_honor li:hover .about_honorImg {
  border: 1px solid #ff4f00; }

.about_envirBox {
  position: relative;
  overflow: hidden;
  height: 358px;
  left: 0;
  margin: 20px auto;
  width: 1000px; }

.about_envirImg1 {
  width: 100%;
  position: absolute;
  top: 0; }

.about_envirImg1 img {
  width: 195px;
  height: 116px; }

.about_envirBox .about_envirImg1 li {
  position: absolute;
  top: 0;
  cursor: pointer;
  overflow: hidden; }

.about_envirBox .about_envirImg1 .envirImg02 {
  left: 0;
  top: 121px; }

.about_envirBox .about_envirImg1 .envirImg03 {
  left: 0;
  top: 242px; }

.about_envirBox .about_envirImg1 .envirImg04 {
  top: 0;
  right: 0; }

.about_envirBox .about_envirImg1 .envirImg05 {
  top: 121px;
  right: 0; }

.about_envirBox .about_envirImg1 .envirImg06 {
  top: 242px;
  right: 0; }

.about_envirImg2 {
  left: 198px;
  width: 604px;
  height: 358px;
  position: absolute;
  top: 0; }

.about_envirImg2 img {
  width: 100%;
  height: 100%;
  z-index: 1; }

.about_envirImg2 li {
  position: absolute;
  left: 0;
  top: 0;
  width: 604px;
  height: 358px;
  opacity: 0;
  filter: alpha(oPacity=0);
  transition: 0.5s;
  cursor: pointer; }

.about_envirImg2 li.active {
  opacity: 1;
  filter: alpha(oPacity=100);
  transition: 0.5s; }

.about_envirImg2_bar {
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  left: 50%;
  margin-left: -60px;
  font-size: 0;
  text-align: center;
  background: url(/newskin/images/icon_about.png) no-repeat -137px 0\9;
  background: #fff\0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  background: #fff\0; }

.about_envirImg2_bar span {
  background-color: #d1d0d0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  margin-left: 7px;
  margin-top: 5px;
  cursor: pointer;
  background: url(/newskin/images/icon_about.png) no-repeat -150px -30px\9;
  background: #d1d0d0\0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); }

.about_envirImg2_bar span:first-child {
  margin-left: 0; }

.about_envirImg2_bar span.active {
  background-color: #ff4f00;
  background-color: transparent\9;
  background-position: -150px -60px\9;
  background: #f60\0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.about_eims_intro, .about_research_shopintro, .about_research_intro {
  text-indent: 2em;
  display: inline-block;
  width: 540px; }

.h_about_m section header em {
  color: #656565;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 5px;
  text-transform: uppercase; }

.ywz_zhongjian_bg_base1 {
  margin: 50px 0 20px;
  overflow: hidden; }

.ywz_fali_lv_yi_kuang_re {
  height: auto;
  padding: 0px 40px 20px 40px; }

.ywz_rc_yingping_yi_kuang {
  width: auto;
  height: auto;
  margin-top: 10px; }

.ywz_falv_tiaokuang_wenti_zhuti {
  width: 100%;
  border-bottom: 1px dashed #dadada; }

.ywz_falv_tiaokuang_wenti_zhuti span {
  color: #e00a14;
  font-size: 18px;
  line-height: 24px; }

.h_about_wenti_zhuti {
  border-bottom: 1px solid #e0e0e0; }

.h_about_wenti_zhuti span {
  color: #555;
  font-size: 22px;
  display: inline-block;
  height: 35px;
  border-bottom: 2px solid #ff4f00;
  line-height: 30px;
  margin-bottom: -1px; }

.ywz_dibu_neir_wenzi_dibu {
  float: left;
  color: #5a5a5a;
  width: auto;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  padding: 20px 0 40px;
  text-indent: 2em; }

.ywz_zhongjian_bg_base {
  overflow: hidden; }

.About_box {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 30px;
  padding-top: 50px; }

.ywz_fali_lv_yi_kuang_re {
  float: left;
  width: 1100px;
  height: auto;
  padding: 0px 40px 20px 40px; }

.ywz_rc_zhaopin_wenzi_dibu {
  width: 1100px;
  height: auto;
  color: #007ba9;
  line-height: 30px;
  border-bottom: 1px dashed #dadada;
  padding-top: 15px; }

.ywz_rc_zhaop_riqi_hong {
  width: auto;
  height: auto;
  line-height: 22px;
  color: #ff0000;
  margin-top: 7px;
  font-size: 12px; }

.ywz_rc_wenzi_yi_dibu {
  width: auto;
  height: auto;
  line-height: 26px;
  color: #666;
  padding-top: 30px;
  font-size: 14px; }

.ywz_rc_wenzi_yi_dibu .col-name {
  font-weight: bold;
  font-size: 14px; }

.ywz_rc_yingping_yi_kuang {
  width: auto;
  height: auto;
  margin-top: 10px; }

.ywz_rc_yingping_left_yiyi {
  float: left;
  width: 4px;
  height: 25px; }

.ywz_rc_yingping_zhong_yiyi {
  float: left;
  width: 100px;
  height: 25px; }

.ywz_rc_youxing {
  float: left;
  margin: 5px 5px 0 5px; }

.ywz_rc_yingp_dianjie_yiu, .ywz_rc_yingp_dianjie_yiu a, .ywz_rc_yingp_dianjie_yiu a:hover {
  float: left;
  font-size: 12px;
  color: #8a8e8f;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none; }

.h_contact_m {
  width: 998px;
  height: auto;
  margin: 50px auto 30px auto;
  overflow: hidden;
  border: 1px solid #e6e6e6; }

.contact_top {
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 22px; }

.contact_top span {
  color: #555;
  font-size: 26px;
  border-bottom: 1px solid #ff4f00;
  display: inline-block;
  height: 42px;
  border-bottom: 2px solid #ff4f00;
  line-height: 35px;
  margin-bottom: -1px; }

.contact_top em {
  color: #656565;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 25px;
  text-transform: uppercase; }

.contact_cen1 {
  width: 1100px;
  margin: 0 auto;
  height: 205px;
  overflow: hidden; }

.contact_cen1 dl {
  height: 205px;
  overflow: hidden; }

.contact_cen1 dt {
  width: 92px;
  height: 205px;
  overflow: hidden;
  float: left;
  padding-right: 19px;
  text-align: center;
  margin-right: 43px;
  background: url(/newskin/images/ct_gx.png) no-repeat right center; }

.contact_cen1 dt b {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  margin-top: 74px;
  font-size: 24px;
  color: #ff4f00;
  display: block; }

.contact_cen1 dt span {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  color: #bcbcbc;
  display: block;
  text-transform: uppercase; }

.contact_cen1 dd {
  width: 756px;
  height: 205px;
  overflow: hidden;
  float: left; }

.contact_cen1 dd h3 {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
  margin-top: 54px; }

.contact_cen1 dd h4, .contact_cen1 dd h5 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 5px; }

.contact_cen1 dd h5 {
  margin-top: 0; }

.contact_cen1 dd h5 span {
  margin-right: 24px; }

.contact_cen2 {
  width: 1100px;
  height: 60px;
  overflow: hidden;
  background: url(/newskin/images/ct_telbg.jpg) no-repeat;
  margin: 0 auto; }

.contact_cen2 i {
  width: 34px;
  height: 34px;
  overflow: hidden;
  float: left;
  margin: 12px 84px 0 34px;
  background: url(/newskin/images/ct_tel.png) no-repeat; }

.contact_cen2 span {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 28px;
  font-size: 16px;
  color: #2c2c2c; }

.contact_cen2 span b {
  font-size: 18px;
  color: #e22323;
  font-weight: bold; }

.contact_cen2 em {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  float: left;
  font-size: 16px;
  color: #f3d188;
  margin-right: 33px; }

.contact_cen3 {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 28px; }

.contact_cen3 dl {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #e2e1e1;
  float: left;
  padding-right: 11px; }

.contact_cen3 dt {
  width: 92px;
  height: 205px;
  overflow: hidden;
  float: left;
  padding-right: 19px;
  text-align: center;
  margin-right: 38px;
  background: url(/newskin/images/ct_gx.png) no-repeat right center; }

.contact_cen3 dt b {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  margin-top: 74px;
  font-size: 24px;
  color: #ff4f00;
  display: block; }

.contact_cen3 dt span {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  color: #bcbcbc;
  display: block;
  text-transform: uppercase; }

.contact_cen3 dd {

  overflow: hidden;
  float: left; }

.contact_cen3 dd h3 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 16px;
  color: #000000;
  margin-top: 29px;
  margin-bottom: 11px;
  font-weight: bold; }

.contact_cen3 dd h4 {
  height: auto;
  line-height: 23px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  font-weight: normal; }

.contact_cen3 dd h5 {
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  font-weight: normal; }

.contact_cen3 dd h5 {
  margin-top: 0; }

.aboutus-box {
  margin-top: 30px; }

.why ul {
  width: 1100px;
  margin-left: 80px; }

.why ul li {
  width: 220px;
  height: 298px;
  margin-top: 20px;
  float: left;
  margin-right: 50px;
  padding: 1px; }

.why ul li img {
  width: 100%;
  height: 100%; }

.why ul li .p1 {
  font-size: 54px;
  color: #ff4f00;
  line-height: 65px; }

.why ul li p {
  font-size: 18px;
  color: #666; }

.why ul li span {
  display: block;
  width: 65px;
  height: 8px;
  background: #ff4f00; }

.why ul li b {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 20px;
  text-align: left;
  float: right;
  padding: 20px 0;
  text-indent: 2em; }

.why ul .why_s h2 {
  text-align: right; }

.why ul .why_s p {
  text-align: right; }

.why ul .why_s span {
  float: right; }

.connect {
  width: 100%;
  margin: 50px auto 0px; }

.connect span {
  display: inline-block;
  width: 100%; }

.connect1 {
  margin: 50px auto;
  width: 1020px;
  height: 220px; }

.connect1_l {
  width: 495px;
  height: 220px;
  float: left; }

.connect1_l ul {
  width: 495px;
  height: 220px; }

.connect1_l ul li {
  margin-bottom: 8px;
  width: 495px;
  height: 30px;
  list-style-type: none; }

.connect1_l ul li .con1 {
  width: 30px;
  height: 30px;
  float: left; }

.connect1_l ul li .con1 img {
  display: inline-block;
  margin-right: 5px; }

.connect1_l ul li .con2 {
  width: 465px;
  line-height: 30px;
  height: 30px;
  float: left;
  color: #666; }

.connect1_l ul li .con2 font {
  color: #333; }

.connect1_r {
  width: 495px;
  height: 220px;
  float: right;
  background-color: #fffffe; }

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap; }

.iw_poi_content {
  font: 12px arial,sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word; }

.coop-list {
  padding: 30px 0; }

.coop-list li {
  float: left;
  border: 1px solid #e7e7e7;
  margin: 28px 0 0 28px;
  display: inline;
  border-radius: 1px;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px; }

.coop-list li img {
  vertical-align: middle;
  margin: 0 auto; 
  width: 135px;
  height:58px;
}

.coop-list li:hover {
  border: 1px solid #ff4f00; }

.credit-list {
  padding: 30px 0; }

.credit-list li {
  float: left;
  width: 202px;
  height: 130px;
  border: 1px solid #e7e7e7;
  margin: 28px 0 0 28px;
  display: inline;
  border-radius: 1px;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px; }

.credit-list li img {
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.credit-list li:hover {
  border: 1px solid #ff4f00; }

.small-ditu {
  width: 475px;
  height: 200px; }

.big-ditu {
  width: 1200px;
  height: 550px;
  margin: 30px 0; }

/**bottom right column*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 5px;
  bottom: 150px;
  width: 80px;
  height: 204px; }

.suspension-box {
  position: relative;
  float: right; }

.suspension-box a.a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #B5B5B5;
  margin-bottom: 1px;
  cursor: pointer; }

.suspension-box a.back_top {
  background-color: #797979; }

.suspension-box a.qq:hover,
.suspension-box a.tel:hover,
.suspension-box a.code:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.suspension-box a.back_top:hover {
  background-color: #FC7878; }

.suspension-box a i {
  line-height: 1.5;
  display: block;
  float: left;
  width: 25px;
  margin-left: 15px;
  margin-top: 15px;
  background-image: url(/newskin/images/suspension-bg.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.suspension-box a.qq i {
  background-position: 0 0; }

.suspension-box a.tel i {
  background-position: -25px 0; }

.suspension-box a.code i {
  background-position: 0 -25px; }

.suspension-box a.back_top i {
  background-position: -28px -25px; }

.suspension-box div.code {
  position: absolute;
  left: -198px;
  *left: -207px;
  top: 0;
  display: none;
  width: 178px;
  height: 198px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid #D9D9D9; }

.suspension-box div.code p {
  width: 155px;
  margin-top: 5px;
  text-align: center; }

.suspension-box div.code i {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 118px;
  right: -8px;
  background-image: url(/newskin/images/trangle-right-suspension.png);
  background-repeat: no-repeat; }

.suspension-box div.tencent {
  position: absolute;
  left: -187px;
  top: 0px;
  width: 177px;
  height: 85px;
  display: none;
  background-color: #fff;
  border: 1px solid #D7D7D7; }

.suspension-box div.tencent p.tencent-p {
  width: 75px;
  float: right;
  margin-right: 18px;
  margin-top: 18px;
  font-size: 16px;
  color: #333; }

.suspension-box div.tencent i.tencent-i {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: -8px;
  text-indent: -9999px;
  background-image: url(/newskin/images/trangle-right-suspension.png);
  background-repeat: no-repeat; }

.suspension-box div.tencent b.tencent-b {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 62px;
  height: 64px;
  background-image: url(/newskin/images/circle-tencent.png);
  background-repeat: no-repeat; }

.suspension-box div.tencent span.tencent-span {
  position: absolute;
  left: 8px;
  top: 7px;
  border-radius: 22px;
  width: 45px;
  height: 48px;
  text-align: center;
  z-index: 99;
  overflow: hidden; }

.suspension-box div.tencent .tencent-qq {
  position: absolute;
  left: 3px;
  top: 0px;
  height: 45px;
  width: 39px; }

.suspension-box div.tel {
  position: absolute;
  left: -187px;
  top: 51px;
  display: none;
  width: 177px;
  height: 85px;
  background-color: #fff;
  border: 1px solid #D7D7D7; }

.suspension-box div.tel i {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: -8px;
  background-image: url(/newskin/images/trangle-right-suspension.png);
  background-repeat: no-repeat; }

.suspension-box div.tel strong {
  display: block;
  margin-left: 17px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal; }

.suspension-box div.tel p {
  margin-left: 17px;
  margin-top: 5px;
  font-size: 23px;
  font-family: arial;
  color: #FD696D; }

.icon {
  margin-top: -5px; }

.nav a.cart-title-name {
  color: #000;
  text-decoration: none;
  line-height: normal; }

.nav a.cart-title-name:hover {
  color: #ef353d;
  text-decoration: underline;
  line-height: normal; }

.nav a font {
  padding: 8px 15px;
  background: #fd7878;
  border-radius: 5px; }

.nav a font:hover {
  padding: 8px 15px;
  background: #ea5050;
  border-radius: 5px; }

.list-article .main .box .content .para {
    font-family: "Arial","Microsoft YaHei","����","����","sans-serif"!important;
}
/*IE兼容性处�&#65533;*/
/*-------------------------------------------IE10 &&　IE 11--------------------------------------------*/
/*ie11 css hack*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contact-form button {
    line-height: 32px; } }
/*ie11注意里面的标点符�&#65533;*/
/*ie10 css hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-form button {
    line-height: 32px; } }

/*# sourceMappingURL=style.css.map */
.Box {position: relative;}
      .Box .content {width: 1200px;margin: 0 auto;}
      .Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
      .Box .Box_con {position: relative;}
      .Box .Box_con .btnl {position: absolute;}
      .Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
      .Box .Box_con .btnl {background: url(img/jtl02.png) no-repeat center;left: -72px;}
      .Box .Box_con .btnr {background: url(img/jtr02.png) no-repeat center;right: -72px;}
      .Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
      .Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}
      .Box .Box_con .conbox {position: relative;overflow: hidden;}
      .Box .Box_con .conbox ul {position: relative;list-style: none;}
      .Box .Box_con .conbox ul li {float: left;width: 285px;height: 200px;margin-left: 20px;overflow: hidden;}
      .Box .Box_con .conbox ul li:first-child {margin-left: 0;}
      .Box .Box_con .conbox ul li img {display: block;width: 285px;height: 200px;transition: all 0.5s;}
      .Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
      
      .Box .BoxSwitch {margin-top: 30px;text-align: center;}
      .Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
      .Box .BoxSwitch span.cur {background: red;}
